home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / COMCorn / SteveServerObj.asp < prev   
Encoding:
Text File  |  1999-09-03  |  280 b   |  13 lines

  1. <HTML>
  2. <BODY>
  3. <TITLE> Testing Delphi ASP </TITLE>
  4. <CENTER>
  5. <H3> You should see the results of your Delphi Active Server method below </H3>
  6. </CENTER>
  7. <HR>
  8. <% Set DelphiASPObj = Server.CreateObject("SteveASO.SteveServerObj") 
  9.    DelphiASPObj.DoIt
  10. %>
  11. <HR>
  12. </BODY>
  13. </HTML>